SixBit API Schema
StockTotalType Simple Type
Description
The total actual inventory of the item.
Namespace (none)
Type
Restriction of xs:integer
Diagram
StockTotalType Simple Type
Overview
StockTotalType Restriction of xs:integer
The total actual inventory of the item.
Facets
MinInclusive-2147483647
MaxInclusive2147483647
Source
<xs:simpleType name="StockTotalType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The total actual inventory of the item.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="-2147483647" />
    <xs:maxInclusive value="2147483647" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.